/*店舗画面内の入庫予約ボタン（赤色のボタン箇所）*/
.bodyclass.page-second .sec-shop-detail .wrap-bttn {
  gap: 8px;
}

@media screen and (min-width: 897px) {
  .bodyclass.page-second .sec-shop-detail .wrap-bttn a {
    width: auto;
    flex: 1 1 calc(25% - 8px);
    margin: 0;
  }
  .bodyclass.page-second .sec-shop-detail .wrap-bttn a:last-child {
    width: 100%;
    margin-right: 0;
    margin-top: initial;
    flex: 1 1 auto;
  }
}

@media screen and (max-width: 896px) {
  .bodyclass.page-second .sec-shop-detail .wrap-bttn a  {
    width: auto;
    margin-top: 0;
    flex: 1 1 calc(50% - 8px);
  }
  .bodyclass.page-second .sec-shop-detail .wrap-bttn a:first-child ~ a {
    margin-top: 0;
  }
  .bodyclass.page-second .sec-shop-detail .wrap-bttn a:last-child:nth-child(even) {
    width: auto;
    flex: 1 1 calc(50% - 8px);
  }
}

/*店舗画面内の入庫予約ボタン下の注意文*/
.bodyclass.page-second .notice-content .notice-content-ttl {
  margin-bottom: 0;
  font-size: 14px;
}

.bodyclass.page-second .notice-content p {
  font-size: 12px;
}

@media screen and (max-width: 896px) {
  .bodyclass.page-second .notice-content .notice-content-ttl {
    font-size: 13px;
  }
  
  .bodyclass.page-second .notice-content p {
    font-size: 11px;
  }
}